.fundo{
    background: linear-gradient(rgba(10, 198, 53, 1) 0%, rgba(15, 57, 15, 1) 100%);
    height: 100%;
}

.baralho{
    background: #c52828;
    height: 22rem;
    top: 3rem;
    right: 1rem;
}

.numero_sorteados{
    height:  33rem;
    overflow-y: auto;
}

.numero{
    height: 35rem;
    top: 3rem;
}

.bilhete{
    top: 3rem;
    height: 22rem;
    background: #FFE4B5;
    border-radius: 15px;
}

.icons_baralho{
    width: 9rem;
    height: 42px;
    margin-left: 41px;
}

.tamanho_card{
    width: 100%;
    height: 100%;
    
}


.padrao_card_bola{
    width: 8rem;
    background-color: rgba(240, 255, 252, 0.529);
}

.traco{
    width: 50px;
    height: 5px;
}

div .numero{
    position: absolute;
    top: 60%;
    left: 10%;
    transform: translate(-50%, -50%);
    font-size: 45px;
    color: #000;
}

div .numero_um{
    position: absolute;
    top: 13%;
    left: 30%;
    transform: translate(-50%, -50%);
    font-size: 45px;
    color: #000;
}
div .numero_dois{
    position: absolute;
    top: 13%;
    left: 49%;
    transform: translate(-50%, -50%);
    font-size: 45px;
    color: #000;
}
div .numero_tres{
    position: absolute;
    top: 13%;
    left: 68%;
    transform: translate(-50%, -50%);
    font-size: 45px;
    color: #000;
}

div .numero_quatro{
    position: absolute;
    top: 13%;
    left: 87%;
    transform: translate(-50%, -50%);
    font-size: 45px;
    color: #000;
}